Fixes https://bugzilla.gnome.org/show_bug.cgi?id=763955
}
}
+treeview entry {
+ &.flat, & {
+ border-radius: 0;
+ background-image: none;
+ background-color: $base_color;
+
+ &:focus { border-color: $selected_bg_color; }
+ }
+}
+
/***********
* Buttons *
entry:drop(active):not(:only-child) + combobox > box > button.combo {
border-top-color: #4e9a06; }
+treeview entry.flat, treeview entry {
+ border-radius: 0;
+ background-image: none;
+ background-color: #292929; }
+ treeview entry.flat:focus, treeview entry:focus {
+ border-color: #215d9c; }
+
/***********
* Buttons *
***********/
entry:drop(active):not(:only-child) + combobox > box > button.combo {
border-top-color: #4e9a06; }
+treeview entry.flat, treeview entry {
+ border-radius: 0;
+ background-image: none;
+ background-color: #ffffff; }
+ treeview entry.flat:focus, treeview entry:focus {
+ border-color: #4a90d9; }
+
/***********
* Buttons *
***********/